This video is all about to push project on GitHub repository, It is the best way to push project on GitHub.
git bash command to push project on Git Hub
1. git init
2.git add .
3. git commit -m "YOur commit message"
4. git remote add github (link of your GitHub project).git
5. git remote -v
6. git push -f github master